home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2004 #2
/
Amiga Plus CD - 2004 - No. 02.iso
/
AmiSoft
/
Disk
/
moni
/
FileX-src.lha
/
FileX-src
/
search_protos.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-08-28
|
535b
|
33 lines
/* Prototypes for functions defined in
search.c
*/
extern char searchstring[256];
extern char replacestring[256];
extern long searchmode;
void FreeSearchHistory(void);
void InitSearchHistory(void);
int TestHexString(char * );
BOOL SearchNext(int , BOOL , BOOL , struct DisplayData * );
void SetSearchString(char * );
void SetReplaceString(char * );
char * GetAktuSearchString(void);
char * GetAktuReplaceString(void);
void SendMsg(struct Window * , UBYTE );
extern struct Hook SearchHook;
BOOL OpenSearchWindow(BOOL );